home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg4.cab / test_scope < prev    next >
Text File  |  2005-11-19  |  631b  |  25 lines

  1. test_scope
  2. 1. simple nesting
  3. 2. extra nesting
  4. 3. simple nesting + rebinding
  5. 4. nesting with global but no free
  6. 5. nesting through class
  7. 6. nesting plus free ref to global
  8. 7. nearest enclosing scope
  9. 8. mixed freevars and cellvars
  10. 9. free variable in method
  11. 10. recursion
  12. 11. unoptimized namespaces
  13. 12. lambdas
  14. 13. UnboundLocal
  15. 14. complex definitions
  16. 15. scope of global statements
  17. 16. check leaks
  18. 17. class and global
  19. 18. verify that locals() works
  20. 19. var is bound and free in class
  21. 20. interaction with trace function
  22. 20. eval and exec with free variables
  23. 21. list comprehension with local variables
  24. 22. eval with free variables
  25.